object txtgfxform: Ttxtgfxform Left = 480 Top = 256 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsSingle ClientHeight = 273 ClientWidth = 427 Color = clBlack Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} KeyPreview = True OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 16 object PMultiImage1: TPMultiImage Left = 120 Top = 88 Width = 107 Height = 41 Center = True Color = clBlack ImageName = 'file not found' ImageDither = True ImageReadRes = lAutoMatic ImageWriteRes = sAutoMatic TifSaveCompress = sNONE JPegSaveQuality = 25 JPegSaveSmooth = 0 TextLeft = 0 TextTop = 0 TextRotate = 0 TabOrder = 0 TabStop = False Visible = False end object memo1: TRichEdit Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient Lines.Strings = ( 'memo1') ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end